home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
p
/
pcqpascalv1.2d.lha
/
Include
/
Prefs
/
ScreenMode.i
< prev
next >
Wrap
Text File
|
1997-05-06
|
457b
|
28 lines
{ File format for screen mode preferences }
{$I "Include:Libraries/IffParse.i"}
const
ID_SCRM = 1396920909;
Type
ScreenModePrefs = Record
smp_Reserved : Array[0..3] of Integer;
smp_DisplayID : Integer;
smp_Width,
smp_Height,
smp_Depth,
smp_Control : Word;
end;
ScreenModePrefsPtr = ^ScreenModePrefsPtr;
const
{ flags for ScreenModePrefs.smp_Control }
SMB_AUTOSCROLL = 1;
SMF_AUTOSCROLL = 1;